home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 89.04.09.11.33.57; author jhh; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.10.04.16.34.39; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.07.13.17.37.11; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @changed ifdef of SPUR to spur
- @
- text
- @/* setjmp.h 4.1 83/05/03 */
-
-
- #ifdef spur
- typedef int jmp_buf[18];
- #else
- /*
- * Only 10 words are needed for the VAX, but 15 for the Sun. Use the
- * larger of the two.
- */
-
- typedef int jmp_buf[15];
- #endif
- @
-
-
- 1.2
- log
- @Made setjmp buffer large to accommodate SPUR local registers.
- @
- text
- @d4 1
- a4 1
- #ifdef SPUR
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d3 4
- d13 1
- @
-